From: "Stefan Stuntz" 
Date: 	Sun, 05 May 1996 20:01:40 +0100
X-Mailer: IntuiNews 1.3b Beta 7 (2.2.96)
Subject: Re: Scrollar arrows increment ? 
Message-Id: <81321408@magic.informatik.tu-muenchen.de>
Organization: Home of MUI
Resent-Message-Id: <"0uI9L.0.Ey2.WrEZn"@sunsite>
Resent-From: mui@sunsite.Informatik.RWTH-Aachen.DE
Reply-To: mui@sunsite.Informatik.RWTH-Aachen.DE
X-Mailing-List:  archive/latest/1210
X-Loop: mui@sunsite.informatik.rwth-aachen.de
Precedence: list
Resent-Sender: mui-request@sunsite.Informatik.RWTH-Aachen.DE
Content-Type: text
Content-Length: 588
X-Lines: 17
Status: RO

Gilles MASSON wrote in article <199605030822.KAA04383@ogpsrv.unice.fr>:

> > Is there a way to change the value which increment the
> > MUIA_Prop_First when the arrows are pressed ?
> > ListViews seem to change it, but how ?
>
> I'm still searching for that... There MUST be some attribute for !
> I don't want to make my own Scrollbar when it allready exist !  :-(

#define MUIA_Prop_DeltaFactor 0x80427c5e /* V4 .s. LONG */

This is for some strange reasons an attribute of the prop class, but
setting it (with SetAttrs()!) for a scrollbar object will also work.

--
Greetings, Stefan

From: "Stefan Stuntz" 
Date: 	Thu, 09 May 1996 21:08:22 +0100
X-Mailer: IntuiNews 1.3b Beta 7 (2.2.96)
Subject: Re: Floattext help needed 
Message-Id: <81321857@magic.informatik.tu-muenchen.de>
Organization: Home of MUI
Resent-Message-Id: <"74tbi2.0.Xe1.eIaan"@sunsite>
Resent-From: mui@sunsite.Informatik.RWTH-Aachen.DE
Reply-To: mui@sunsite.Informatik.RWTH-Aachen.DE
X-Mailing-List:  archive/latest/1252
X-Loop: mui@sunsite.informatik.rwth-aachen.de
Precedence: list
Resent-Sender: mui-request@sunsite.Informatik.RWTH-Aachen.DE
Content-Type: text
Content-Length: 191
X-Lines: 8
Status: RO

Gilles MASSON wrote in article <199605090950.LAA08958@ogpsrv.unice.fr>:

> So, the last notify can't work because MUIA_Prop_First is read only...

MUIA_Prop_First is ISG.

Greetings, Stefan